home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 November / Macworld (1997-11).dmg / Shareware World / Comms & Internet / Mapedit / lib / help.txt < prev    next >
Text File  |  1997-09-02  |  15KB  |  365 lines

  1. ^welcome
  2. Welcome to Mapedit 2.3
  3.                                     
  4. A WYSIWYG editor for WWW Imagemaps
  5.  
  6. http://www.boutell.com/mapedit/
  7.  
  8. MAPEDIT IS NOT FREE SOFTWARE.
  9.  
  10. Copies of Mapedit can be downloaded from our web site and 
  11. evaluated for up to 30 days before registration is required.
  12. If your copy of Mapedit has a REGISTER button, it is not
  13. registered. Click on the REGISTER button for details on
  14. registering your copy for indefinite use.
  15. ^credits
  16. Credits and License Terms
  17.  
  18. Mapedit, copyright 1994, 1995, 1996, 1997 by Boutell.Com, Inc. Mapedit is
  19. not free software. See the "about" option of the Help menu for details
  20. of the license governing this copy of the product.
  21.  
  22. ^whatsnew
  23. What's New in Version 2.3
  24.  
  25. Version 2.3 is the first version of Mapedit to be written
  26. in Java, and also the first to be available on the Macintosh.
  27. This new Java version puts client side imagemap editing
  28. first and foremost. It is still possible to import and
  29. export old-style server side imagemaps from an HTML document.
  30. ^whatis
  31. What is Mapedit?
  32.  
  33. Mapedit is a WYSIWYG (What You See Is What You Get) editor for
  34. imagemaps on the World Wide Web.
  35.  
  36. To add clickable hotspots to the images in your HTML documents,
  37. just use the Open button or the Open option on the file menu
  38. to open your existing HTML page. If you do not have any HTML
  39. pages yet, you need to create one with an image in it before
  40. using Mapedit.
  41.  
  42. Client-side imagemaps, which are available in Netscape 2.0 or
  43. better and all versions of Internet Explorer, allow the hotspots
  44. to reside right in your HTML. That means there is no need for
  45. a separarate map file. 
  46.  
  47. Mapedit allows you to load your image into a scrollable, resizable
  48. window and then draw polygons, circles and rectangles on top of it,
  49. specifying a URL for each. It also allows you to go back and delete
  50. these "hotspots," move polygon points around, and so on. In addition,
  51. you can add "alt" text which appears when the mouse pointer is
  52. over the hotspot in the latest browsers. (Some non-graphical browsers,
  53. such as browsers for the blind, can produce menus from the alt text.)
  54. Finally, it is possible to add "target" attributes for linking to
  55. specific frames, and "onMouseOver" and "onMouseOut" attributes for
  56. Javascript programmers. However, most users will only need the URL 
  57. and ALT fields.
  58. ^install
  59. How do I install imagemaps?
  60.  
  61. Before investing a great deal of time and effort in using Mapedit for
  62. Windows, please read the following.
  63.  
  64. "How do I install client-side imagemaps?"
  65.  
  66. If you use client-side imagemaps, all you need is an HTML document
  67. containing inline images! Client-side imagemaps work do not require a
  68. web server. Just make sure both the document and the images are
  69. present on your drive, and use the Open dialog to open the HTML
  70. document. Mapedit will insert the proper tags into your HTML document
  71. when you save your work.
  72.  
  73. Client side imagemaps work in the following browsers:
  74.  
  75. Netscape 2.0 or better
  76.  
  77. Microsoft Internet Explorer
  78.  
  79. Spyglass Mosaic 2.1 and derivatives thereof
  80.  
  81. "How do I install server-side imagemaps?"
  82.  
  83. Unlike client-side imagemaps, server-side imagemaps are supported by
  84. all web browsers. This time, the difficulty is that you must have
  85. access to an actual World Wide Web server on which cgi scripts,
  86. specifically the imagemap program (not this program!), have been
  87. installed. Also consult the administrator of your web server and the
  88. documentation of your web server.
  89.  
  90. For more information about using imagemaps with the NCSA httpd and
  91. compatible web servers, see the following URL:
  92.  
  93. http://hoohoo.ncsa.uiuc.edu/docs/tutorials/imagemapping.html
  94.  
  95. The same HTML document can use both server and client side
  96. imagemaps. So, if you are concerned with very old web browsers,
  97. create a client side imagemap first, and then use the Export option 
  98. on the file menu to export a server side version of the same imagemap. 
  99.  
  100. The server does NOT have to reside on your own computer, although
  101. that is possible. You can run Mapedit to your heart's content without
  102. a server, as long as you upload the resulting imagemaps to the server
  103. and install them correctly.
  104.  
  105. If you are unfamiliar with web servers, we suggest you consult the
  106. World Wide Web FAQ, available at the following URL:
  107.  
  108. http://www.boutell.com/faq/
  109. ^started
  110. How do I get started editing an imagemap?
  111.  
  112. Mapedit's menu bar contains a File menu, a Tools menu and a Help menu.
  113. Most options are also available from the graphical toolbar. Initially
  114. most options are disabled, since you have not yet opened a document.
  115.  
  116. Using the mouse, pull down the File menu and select Open. You will
  117. be prompted to open a file. Select any existing HTML document. If
  118. you attempt to open another kind of document, Mapedit will let you
  119. know that the file does not contain an HTML document with inline images.
  120.  
  121. You will then be asked which of the inline images in the document
  122. you wish to add an imagemap to. Double click on the image you want
  123. to work with.
  124.  
  125. The image, which can be in any image format that your Java environment
  126. knows how to view (usually GIF or JPEG), must already exist on your
  127. hard drive. (If Mapedit cannot locate it, you will be prompted to
  128. find the file.) Mapedit is not a paint program. To create new images, 
  129. use any paint program, such as Photoshop, The Gimp or Paint Shop Pro. 
  130. Conversion utilities are widely available to convert other formats
  131. to GIF or JPEG for use on the web.
  132.  
  133. Mapedit will examine the HTML document to make sure that the syntax is 
  134. reasonable. If your HTML document contains errors, Mapedit will warn you 
  135. about them. Next, Mapedit will prompt you to select one of the inline 
  136. images in the HTML document you have chosen.
  137.  
  138. Mapedit will now load your image into memory. This will take a few
  139. moments, depending on the size of the image.
  140.  
  141. When the image has been loaded, it will appear in the main mapedit
  142. window, which should expand or shrink to suit the image. If the image
  143. is large, you can use the "scroller" in the lower left corner to
  144. navigate within the image by clicking on the point where you would
  145. like the display to be centered. (If your image is not large, the
  146. scroller and the main window will both display the entire image.)
  147.  
  148. ^hotspots
  149. How do I make "hotspots"?
  150.  
  151. Image maps consist of areas that have been designated as "hotspots"
  152. which users can click on to fetch particular URLs. Mapedit allows you
  153. to draw these graphically on the screen. Try clicking on the Rectangle
  154. tool, through the Tools menu or using the tool palette on the left.
  155. ^rectangles
  156. How do I specify rectangles?
  157.  
  158. If the Rectangle tool is not already checked in the Tools menu, then
  159. select Rectangle from the Tools menu. Next, click the mouse
  160. button in one corner of a rectangular region of interest in the image.
  161. Now move the mouse pointer to the opposite corner, tracing out a
  162. rectangle. (You do not need to hold down the mouse button.) To
  163. complete the rectangle, click the mouse button again. You will then be
  164. prompted for a URL.
  165. ^urls
  166. Entering URLs
  167.  
  168. When you complete a hotspot, the URL window will pop up, prompting you
  169. for the URL that this hotspot should link to. The URL you enter should
  170. be a legal URL. For example:
  171.  
  172. http://www.boutell.com/mapedit/
  173.  
  174. Relative URLs are also acceptable. Do not enter HTML tags in the URL
  175. field; only the URL is needed.
  176.  
  177. You can also enter a text alternative for each hotspot in the
  178. ALT field. The very latest web browsers display this text when
  179. the mouse pointer is over the hotspot. Also, when your page is 
  180. viewed by a web browser that does not support graphics, the user will 
  181. be presented with a menu of the text alternatives, instead of an image. 
  182. (Not all text-based browsers understand text alternatives at this time.)
  183.  
  184. Fields are also provided to add target attributes for frames and
  185. onMouseOver and onMouseOut attributes for Javascript programmers.
  186. If you are not familiar with these subjects, do not use these fields.
  187.  
  188. When you have completed your entry, click on OK to continue. 
  189. You can then begin work on another rectangle or switch to
  190. a different tool.
  191. ^polygons
  192. How do I specify polygons?
  193.  
  194. Select Polygon from the Tools menu to begin drawing a polygonal
  195. hotspot. Now click the mouse button at some point on the edge of
  196. an area of interest in the image.
  197.  
  198. Move the mouse pointer to another point on the edge of the area of
  199. interest, tracing its outline. Note that a "rubber-band" line follows
  200. you from the point of the initial click.
  201.  
  202. Click again at this second point. Continue clicking points until you
  203. have outlined all but the final connection back to the first point.
  204. (You do not need to hold down the mouse button.)
  205.  
  206. To complete the polygon, click the mouse button again back at the
  207. point where the polygon began. The URL dialog box will now appear.
  208.  
  209. ^circles
  210. How do I specify circles?
  211.  
  212. Select Circle from the Tools menu. Circles work just like rectangles,
  213. except that the first mouse click positions the center of the circle,
  214. and you can then move the mouse pointer to any point on the edge of
  215. the desired circle and click the mouse button again to accept it. You
  216. will then be prompted for a URL.
  217.  
  218. ^color
  219. Editing the hotspot color
  220.  
  221. You can edit the hotspot color by selecting Edit Hotspot Color from
  222. the File menu. You will be presented with a color selection dialog
  223. box, in which you can click on a color of your choice. Look for a
  224. color that contrasts well with the colors present in your images.
  225.  
  226. Mapedit will remember your choice of color indefinitely.
  227. ^test
  228. How do I test my hotspots?
  229.  
  230. Select Test/Edit from the Tools menu. Now click at various points in
  231. the image. When you click in a hotspot, such as a polygon, rectangle
  232. or circle you have designated, the URL window will pop up, showing the
  233. URL associated with that hotspot. Also, the region within the hotspot
  234. will be displayed in reverse video.
  235.  
  236. Important Note: when hotspots overlap, the oldest gets the click. This
  237. is important because this is how the actual imagemap program will
  238. behave when your users click on your map in practice.
  239. ^edit
  240. How do I go back and edit URLs and comments?
  241.  
  242. Often you will not know the final URL for each hotspot at first, or
  243. you will want to change it. You can do so by selecting Test/Edit from
  244. the Tools menu and clicking in the hotspot in question, editing the
  245. fields that need to be changed, and then clicking on OK.
  246. ^delete
  247. How do I delete unwanted hotspots?
  248.  
  249. Select Test/Edit... from the Tools menu. Note that a Delete button
  250. appears in the URL dialog box when you select a hotspot. By clicking
  251. this button, you can remove that hotspot from the map.
  252.  
  253. ^move
  254. How do I move hotspots and individual points?
  255.  
  256. To move an existing hotspot or one of its corners, first select the
  257. Move tool from the tools menu. Next, click on the hotspot you wish to
  258. move.
  259.  
  260. Note that the corners of the hotspot are now highlighted. The center
  261. of the hotspot is also highlighted. You can click, hold and drag any
  262. of these points with the mouse. Dragging the center moves the entire
  263. hotspot.
  264. ^add
  265. How do I add points to polygons?
  266.  
  267. To add points to an existing polygon, first select the Add Points tool
  268. from the tools menu. Next, click on the polygon of interest. The
  269. polygon will be highlighted.
  270.  
  271. Next, click anywhere in the image to add an additional point to the
  272. polygon. The polygon will grow to accommodate the extra sides.
  273.  
  274. If you wish to add additional points, select the polygon again each
  275. time.
  276. ^remove
  277. How do I remove points to polygons?
  278.  
  279. To remove points to an existing polygon, first select the Remove
  280. Points tool from the tools menu. Next, click on the polygon of
  281. interest. The vertexes (corners) of the polygon will be highlighted.
  282.  
  283. Next, click on the vertex you wish to remove from the polygon.
  284.  
  285. If you wish to remove additional points, select the polygon again each
  286. time.
  287. ^target
  288. How do I target a hotspot to a specific frame?
  289.  
  290. Mapedit provides a separate field in the URL dialog box in which to enter 
  291. the target frame. If the new document should erase all currently displayed 
  292. frames and occupy the entire browser window, enter _top in the target field. 
  293. Other special target values documented by Netscape will also work. If this
  294. field is left blank, the new document occupies the frame that
  295. contained the imagemap.
  296. ^border
  297. How do I restore the blue border around my image?
  298.  
  299. By default, Mapedit now removes the blue border around imagemaps,
  300. because of a great number of customer requests for this feature.
  301. If you want the blue border back, clear the "Hide Blue Image Border"
  302. checkbox on the File menu. Mapedit will remember your preference
  303. in this area indefinitely.
  304.  
  305. (Mapedit implements this feature by adding or removing a
  306. border="0" attribute to your <img> tag.)
  307. ^save
  308. How do I save my work?
  309.  
  310. Pull down the file menu and select Save, or just click on the
  311. diskette icon in the tool palette. Mapedit will write your map
  312. to the file you specified when you opened it.
  313.  
  314. If a problem is encountered while writing this file (if you entered a
  315. bad path when you first created the map, for instance), use the Save
  316. As file menu option to enter a new name for the map file.
  317. ^existing
  318. Can I edit my existing imagemap files?
  319.  
  320. Yes. Mapedit can read existing imagemap files in the CERN, NCSA, and
  321. client-side formats without difficulty. To open a server-side
  322. imagemap, first open the HTML page you will be adding the 
  323. imagemap to. Next, use the Import Old Server Map option on the
  324. file menu to select the server side imagemap you want to import.
  325. Mapedit will read the hotspots from that file and display them.
  326. When you save your work, those hotspots will become a client-side
  327. imagemap in your HTML document!
  328. ^convert
  329. Can I convert between imagemap formats?
  330.  
  331. Yes. To convert old server-side imagemaps to client-side, first open
  332. your HTML document, then use the Import Old Server Map option on the
  333. file menu to open up an existing server side imagemap file and
  334. import its hotspots into your document. When you save your work,
  335. those hotspots become a client-side imagemap in your HTML document.
  336.  
  337. To save a server-side version of a client-side imagemap, first open
  338. your HTML document, then use the Export Old Server Map option on the
  339. file menu. You will be asked whether to use the NCSA or CERN format
  340. for the imagemap. Most web browsers use the NCSA format, but there
  341. are a few (Microsoft IIS, for instance) that use the CERN format.
  342.  
  343. *Installing a server side imagemap is up to you.* You will have to
  344. read the documentation of your web server to find out where to
  345. put the imagemap file and what to put in your HTML page to make
  346. it work. 
  347.  
  348. If this seems complicated, just stick to client side imagemaps!
  349.  
  350. Please Note: server-side imagemaps do not support alternate text,
  351. frame targeting, or Javascript attributes. These are limitations
  352. of server-side imagemaps, not limitations of Mapedit. 
  353. ^more
  354. For more information
  355.  
  356. If you have any difficulties with mapedit, feel free to contact
  357. Boutell.Com technical support. Send email to mapedit@boutell.com.
  358. Please read this manual thoroughly first. Also see the following URL
  359. for more information about the latest and greatest version of Mapedit:
  360.  
  361. http://www.boutell.com/mapedit
  362.                                   
  363. Copyright 1994, 1995, 1996, 1997, Boutell.Com, Inc.
  364.  
  365.